home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / Directx 3.0 / dx3.exe / SDK / SAMPLES / MISC / LCLIB.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-08-28  |  241 b   |  16 lines

  1. /*
  2.  *  Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
  3.  *
  4.  *  File: lclib.h
  5.  *
  6.  */
  7.  
  8. #ifndef __LCLIB_H__
  9. #define __LCLIB_H__
  10.  
  11. char* LSTRRCHR( const char*, int );
  12. char* LSTRCHR( const char*, int );
  13.  
  14. #endif
  15.  
  16.